

# on wake up normal variables
WIFE_HOME			string		Note: Do not use anymore. Used to be the full path to wife home directory / folder. Now it's one step up from the wife system folder.
HOME_PATH			string		The full path to wife home directory / folder (the base directory of the installed application).
SYSTEM_PATH			string		The full path to wife system directory / folder.
WIFE_RELEASE_VERSION		integer		release version
WIFE_BETA_VERSION		integer		beta version (99=release)
WIFE_SP_VERSION			integer 	service pack version
SESSION				id		a session number used to tell wife when the script can exit


# specific variables of interest
OPERATION			string		new, modify, or remove
PROJECT_ID			id		id of the object
PROJECT_DATA			list		the full list of data
ORIG_PROJECT_DATA		list		the old full list of data BEFORE it was changed, or -1 if OPERATION is "new"
